home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / oakley / wrdw9511 / product / WORDWRES.EXE / 0 / RCDATA / TDICTLIST / TDICTLIST.txt
Text File  |  1996-03-05  |  2KB  |  76 lines

  1. object DictList: TDictList
  2.   Left = 344
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dictionary List'
  6.   ClientHeight = 227
  7.   ClientWidth = 273
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 19
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 160
  20.     Width = 177
  21.     Height = 19
  22.     AutoSize = False
  23.     Caption = 'Maximum Word Length'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 20
  27.     Top = 12
  28.     Width = 233
  29.     Height = 133
  30.     AutoSize = False
  31.     Caption = 
  32.       'The puzzle can be scanned and all letter combinations checked ag' +
  33.       'ainst the dictionary.  As the iterations are very numerous, the ' +
  34.       'process can be lengthy.  You may specify below the maximum word ' +
  35.       'length to scan for.  Longer lengths will take longer.'
  36.     Font.Color = clBlack
  37.     Font.Height = -15
  38.     Font.Name = 'Arial'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Bevel1: TBevel
  43.     Left = 12
  44.     Top = 4
  45.     Width = 249
  46.     Height = 149
  47.     Shape = bsFrame
  48.     Style = bsRaised
  49.   end
  50.   object SearchButton: TButton
  51.     Left = 8
  52.     Top = 188
  53.     Width = 153
  54.     Height = 33
  55.     Caption = '&Search Dictionary'
  56.     TabOrder = 1
  57.     OnClick = SearchButtonClick
  58.   end
  59.   object CancelButton: TButton
  60.     Left = 172
  61.     Top = 188
  62.     Width = 93
  63.     Height = 33
  64.     Caption = '&Cancel'
  65.     TabOrder = 2
  66.     OnClick = CancelButtonClick
  67.   end
  68.   object MaxWordLen: TEdit
  69.     Left = 208
  70.     Top = 156
  71.     Width = 41
  72.     Height = 27
  73.     TabOrder = 0
  74.   end
  75. end
  76.